blob: 11edc5a173e89e80952a5663c3c197dee4c6329c [file] [log] [blame]
Junio C Hamano0df92712011-12-21 22:30:441git-credential-cache--daemon(1)
2===============================
3
4NAME
5----
6git-credential-cache--daemon - temporarily store user credentials in memory
7
8SYNOPSIS
9--------
10[verse]
11git credential-cache--daemon <socket>
12
13DESCRIPTION
14-----------
15
16NOTE: You probably don't want to invoke this command yourself; it is
17started automatically when you use linkgit:git-credential-cache[1].
18
19This command listens on the Unix domain socket specified by `<socket>`
20for `git-credential-cache` clients. Clients may store and retrieve
21credentials. Each credential is held for a timeout specified by the
22client; once no credentials are held, the daemon exits.
23
24GIT
25---
26Part of the linkgit:git[1] suite